home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gui / textfield.lha / Textfield / MUITest / muitest.h < prev    next >
C/C++ Source or Header  |  1995-02-25  |  218b  |  16 lines

  1. /*
  2.  * muitest.h was generated my MUIBuilder.
  3.  */
  4.  
  5. struct ObjApp
  6. {
  7.     APTR    App;
  8.     APTR    window;
  9.     APTR    text;
  10.     APTR    object;
  11.     APTR    sbar;
  12. };
  13.  
  14. extern struct ObjApp * CreateApp( void );
  15. extern void DisposeApp( struct ObjApp * );
  16.